home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Total Uninstall 5.01 / Total-Uninstall-Setup-5.0.1.exe / {app} / TuAgent.exe / 0 / RCDATA / TFRMWRNAGENT / TFRMWRNAGENT.txt
Text File  |  2008-10-31  |  875b  |  47 lines

  1. object frmWrnAgent: TfrmWrnAgent
  2.   Left = 380
  3.   Top = 294
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Total Uninstall Agent'
  7.   ClientHeight = 110
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblInfo: TTntLabel
  21.     Left = 36
  22.     Top = 12
  23.     Width = 3
  24.     Height = 13
  25.   end
  26.   object btnOK: TTntButton
  27.     Left = 152
  28.     Top = 72
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object btnCancel: TTntButton
  37.     Left = 248
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46. end
  47.